home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
PROGMISC
/
BTRHLP18.LZH
/
BTRHLP18.EXE
/
BEDIT.BAT
next >
Wrap
DOS Batch File
|
1991-06-01
|
431b
|
13 lines
@echo off
if "%1"=="" goto :abort
CLS
btrhelp %1 -hp B!
goto :exit
:abort
echo ┌──────────────────────────────────────────────────────────┐
echo │ USAGE: Bedit FILENAME │
echo │ │
echo │ The name of file to edit is specified as the parameter. │
echo └──────────────────────────────────────────────────────────┘
:exit
@ECHO ON